home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xyos2shl.zip / O2.BAT < prev    next >
DOS Batch File  |  1996-03-21  |  262b  |  11 lines

  1. :: O2.BAT [XYOS2SHL.ZIP]  3/21/96  R.J.Holmgren
  2. :: Start full-screen OS/2 [DOS|WIN3x] process from DOS
  3. :: 
  4. @echo off
  5. if a%1==a echo Usage:  O2 command arguments
  6. if a%1==a goto exit
  7. echo /e /h /p:Xy 
  8. echo %1 %2 %3 %4 %5 %6 %7 %8 %9 
  9. startos2.exe
  10. :exit
  11.